home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / 4utils80.zip / 4FF.TXT < prev    next >
Text File  |  1993-12-17  |  1KB  |  46 lines

  1. !TOPIC 171 4FF
  2. SYNTAX        (External, third-party)
  3.  
  4. !TTY
  5. 4FF [/a:[-]rash][/l][/z][/s][/b][/d][/m:nn][/p][/?] [start dir] {filenames}
  6.  
  7. !ENDTTY
  8. PURPOSE
  9.  
  10. !TTY
  11. A simple 4DOS-aware file finder.
  12. !ENDTTY
  13.  
  14. COMMENTS
  15.  
  16. 4FF is a simple file finder utility that displays 4DOS file descriptions
  17. with the files it finds. 
  18.  
  19. The 4FF options are:
  20.  
  21.     /a:rash Search for files with these attributes set.
  22.     /l      Do not search in .lzh archive files.
  23.     /z      Do not search in .zip archive files.
  24.     /s      Scan only subdirectories of given path `start-dir'.
  25.     /b      Bare listing (omits size, date, and descriptions).
  26.     /d      Scan all hard disks (address floppy drives explicitly).
  27.     /m:nn   Set right margin to nn.
  28.     /p      Page output.
  29.     /?      Show help display.
  30.  
  31.  
  32. EXAMPLE
  33.  
  34. Find all executable, writeable files on the current drive.
  35.  
  36.     c:\> 4ff /a:-r *.exe *.com
  37.  
  38. Find all *.bak files not in .ZIP and .LZH archives on the current drive.
  39.  
  40.     c:\> 4ff /z /l *.bak
  41.  
  42. Find all files not in .ZIP archives in the c:\4dos\ directory.
  43.  
  44.     c:> 4ff /s /z c:\4dos\
  45.  
  46.